home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3490 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  778 b 

  1. Path: mail2news.demon.co.uk!cae1-5.agt.gmeds.com
  2. From: "David S. Pesetsky 230-6088 AGT/8880" <iedsp@agt.gmeds.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Can I store variables permanently within an executable without using temp files?
  5. Date: Mon, 29 Jan 96 09:08:23 EST
  6. Message-ID: <9601291408.AA02790@cae1-5.agt.gmeds.com>
  7. X-NNTP-Posting-Host: cae1-5.agt.gmeds.com
  8. X-Mail2News-Path: dms1.agt.gmeds.com!cae1-5.agt.gmeds.com
  9.  
  10. I have a simple c-program which reads a string from the command line, stores it in
  11. a variable, then exits. Now, when I run it tomorow, I would like to retrieve the variable's
  12. value WITHOUT using a temp file. Maybe I could physically change the c-code 
  13. executable (without really recompiling)? Any ideas?
  14.  
  15. An e-mail response would be appreciated. Thanks!
  16.  
  17. Dave
  18.